home *** CD-ROM | disk | FTP | other *** search
/ The Guided Tour of Multimedia (Second Edition) / The Guided Tour of Multimedia (Second Edition).iso / trials / director / evalcopy / director.z / NAVIGATR.DIR / 00154_Field_154.txt < prev    next >
Text File  |  1994-06-14  |  438b  |  15 lines

  1. Kiosk, C1
  2. clickon of sprite, 
  3.  
  4. on startMovie
  5.   -- we use a special cursor that is stored in a resource file that we
  6.   -- will now open.
  7.   openResFile "Cursor.res" 
  8.   -- special cursor hot spots are: repeat,next, or quit help button, and
  9.   -- menu bar in last scene
  10.   set the cursor of sprite 11 = 128
  11.   set the cursor of sprite 12 = 128
  12.   set the cursor of sprite 13 = 128
  13.   set the cursor of sprite 22 = 128
  14. end startMovie
  15.